home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic Graphics Magazine (Alt)
/
Dynamic Graphics Magazine (Version B).iso
/
pc
/
dgm
/
tutor.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
261 b
|
14 lines
on mouseDown
set pressedBtn to hBtnToggle(15, 41, 46)
if pressedBtn = 1 then
puppetSound("HELP")
updateStage()
repeat while soundBusy(1)
if the mouseDown then
exit repeat
end if
end repeat
puppetSound(0)
end if
end